Skip to content

[lldb] Immediately connect in webinspector-wasm (#196368)#12918

Merged
JDevlieghere merged 1 commit intoswiftlang:swift/release/6.4.xfrom
JDevlieghere:cp-be4a02f
May 8, 2026
Merged

[lldb] Immediately connect in webinspector-wasm (#196368)#12918
JDevlieghere merged 1 commit intoswiftlang:swift/release/6.4.xfrom
JDevlieghere:cp-be4a02f

Conversation

@JDevlieghere
Copy link
Copy Markdown

Call EnsureConnected in the PlatformWebInspectorWasm ctor so the
platform reports being connected after selecting in. The lazy approach
resulted in confusion due to the "Connected: no" in the platform select output:

(lldb) platform select webinspector-wasm
  Platform: webinspector-wasm
 Connected: no

(cherry picked from commit be4a02f)

Call `EnsureConnected` in the `PlatformWebInspectorWasm` ctor so the
platform reports being connected after selecting in. The lazy approach
resulted in confusion due to the "Connected: no" in the `platform
select` output:

```
(lldb) platform select webinspector-wasm
  Platform: webinspector-wasm
 Connected: no
```

(cherry picked from commit be4a02f)
@JDevlieghere JDevlieghere requested a review from a team as a code owner May 7, 2026 20:50
@JDevlieghere JDevlieghere requested a review from adrian-prantl May 7, 2026 20:50
@JDevlieghere
Copy link
Copy Markdown
Author

@swift-ci test

@JDevlieghere JDevlieghere merged commit 1415260 into swiftlang:swift/release/6.4.x May 8, 2026
3 checks passed
@JDevlieghere JDevlieghere deleted the cp-be4a02f branch May 8, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants